home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part2 / 10437 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: FreeNet.Carleton.CA!de351
  2. From: de351@FreeNet.Carleton.CA (K. C. Lee)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Proper mask, transfer SIZE, etc. (was .. transfer rate)
  5. Date: 16 Apr 1996 22:29:10 GMT
  6. Organization: The National Capital FreeNet
  7. Sender: de351@freenet3.carleton.ca (K. C. Lee)
  8. Message-ID: <4l16vm$b9e@freenet-news.carleton.ca>
  9. References: <4k1740$ddo@hobbes.compusult.nf.ca> <4k1lkb$a3j@freenet-news.carleton.ca> <1997.6680T1431T1716@iig.com.au>
  10. Reply-To: de351@FreeNet.Carleton.CA (K. C. Lee)
  11. NNTP-Posting-Host: freenet3.carleton.ca
  12.  
  13. > >>> Someone told me that the "c", "e" and "f" symbols represented byte, word or
  14. >>> long offsets (I'm getting way out of my depth here though) according to the
  15. >>> host system (eg., 16 or 32-bit etc). (?)
  16.  
  17. It is alignment !!  Not offset.  It means addresses divisible by 1 or 2 or 4.
  18. It has everything to do with the limitation of the hardware design and driver
  19. software of the hard drive controller.
  20.  
  21. a mask of XXXf means data can be transfer anywhere.
  22.           XXXe means data can be transfer on word boundary
  23.           XXXc means data can be transfer on long boundary
  24.  
  25. If the drive can't handle it, then the filesystem has to first transfer it
  26. to either word or long word aligned memory and then copy it over.  ie.  It
  27. would be a bit slower.
  28.  
  29. Finally it is maxtransfer SIZE, not rate !!!  It tells the driver the
  30. limit on how big a chunk of data at a time to transfer NOT the data transfer
  31. rate.
  32.  
  33. The default values for these parameter for the HDToolBox is for the A590,
  34. 2091, so your milage would vary.
  35.  
  36. If I have to explain these terms again, I'm going to scream....  :(
  37.  
  38. >          Mark
  39.  
  40. K. C. Lee
  41.